home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / mac / XconqMPW.r < prev   
Encoding:
Text File  |  1996-07-07  |  866 b   |  32 lines  |  [TEXT/R*ch]

  1. #include "Types.r"
  2. #include "SysTypes.r"
  3.  
  4. // Resources shared by Think C and MPW C versions.
  5.  
  6. #include "Xconq.r"
  7.  
  8. // Need this for MPW only, since Think C synthesizes.
  9.  
  10. resource 'SIZE' (-1, purgeable)
  11. {
  12.     reserved,
  13.     acceptSuspendResumeEvents,    // ignoreSuspendResumeEvents
  14.     reserved,
  15.     canBackground,                // cannotBackground
  16.     doesActivateOnFGSwitch,        // needsActivateOnFGSwitch
  17.     backgroundAndForeground,    // onlyBackground
  18.     dontGetFrontClicks,            // getFrontClicks
  19.     ignoreAppDiedEvents,        // acceptAppDiedEvents
  20.     is32BitCompatible,            // not32BitCompatible
  21.     isHighLevelEventAware,        // notHighLevelEventAware
  22.     localAndRemoteHLEvents,        // onlyLocalHLEvents
  23.     notStationeryAware,            // isStationeryAware
  24.     dontUseTextEditServices,    // useTextEditServices
  25.     reserved,
  26.     reserved,
  27.     reserved,
  28.     3000*1024,                    // preferred mem size (Bytes)
  29.     1800*1024                    // minimum mem size (Bytes)
  30. };
  31.  
  32.